home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / emacs-18.59src.lha / emacs-18.59 / amiga / contrib / lindgren / xsh11.lha / makefile next >
Encoding:
Makefile  |  1993-06-10  |  261 b   |  20 lines

  1. #
  2. #   FILE
  3. #    makefile for xsh
  4. #
  5.  
  6.  
  7.  
  8. xsh:    xsh.o
  9.     SLINK TO xsh FROM xsh.o
  10.  
  11. xsh.o:    xsh.c
  12.     sc NOSTKCHK xsh.c
  13.  
  14. xsh11.lha:
  15.     lha a xsh11.lha xsh xsh.doc xsh.c xshell.el xshell.elc Makefile
  16.  
  17. xsh100.lha:
  18.     lha a xsh100.lha xsh xsh.doc xsh.c wshell.el wshell.elc Makefile
  19.  
  20.